home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / game2.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  175 b   |  9 lines

  1. on pmovu spn
  2.   puppetSound("syafull")
  3.   updateStage()
  4.   repeat with i = 1 to 4
  5.     set the locV of sprite spn to the locV of sprite spn + 9
  6.     updateStage()
  7.   end repeat
  8. end
  9.